From 2a999fc51fddeb25dfc90bb147a2a06ab2f1c910 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 29 May 2008 11:19:16 +0100 Subject: [PATCH] ia64: Do not guest_physmap_remove_page() old page in gnttab_transfer op. Signed-off-by: Keir Fraser --- xen/common/grant_table.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xen/common/grant_table.c b/xen/common/grant_table.c index 66888aff0e..afd03fec09 100644 --- a/xen/common/grant_table.c +++ b/xen/common/grant_table.c @@ -1112,7 +1112,9 @@ gnttab_transfer( goto copyback; } +#ifndef __ia64__ /* IA64 implicitly replaces the old page in steal_page(). */ guest_physmap_remove_page(d, gop.mfn, mfn, 0); +#endif flush_tlb_mask(d->domain_dirty_cpumask); /* Find the target domain. */ -- 2.30.2